home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the movieTime of sprite 1 < trackStopTime(sprite(1), 1) then
- go(the frame)
- else
- cursor(-1)
- set the movieRate of sprite 1 to 0
- go("foto3")
- end if
- cursor([cast "curs", cast "mask"])
- end
-
- on mouseUp
- cursor(-1)
- set the movieRate of sprite 1 to 0
- go("foto3")
- end
-